github.com/refraction-networking/utls.Conn.unmarshalHandshakeMessage (method)

2 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1115: 	return c.unmarshalHandshakeMessage(data, transcript)
		conn.go#L1118: func (c *Conn) unmarshalHandshakeMessage(data []byte, transcript transcriptHash) (handshakeMessage, error) {